﻿@charset "utf-8";
        /* CSS Document */
        
        @media (min-width:576px) {}
        
        @media (min-width:768px) {
            /*内页banner*/
            .inside-banner img {
                min-height: 360px;
            }
        }
        
        @media (min-width:992px) {
            /*内页banner*/
            .inside-banner img {
                min-height: 450px;
            }
            /*内页导航*/
            #inside-nav {
                position: relative;
                z-index: 1;
                box-shadow: 0 0 1rem var(--shadow);
            }
            #subnav {
                margin: 0;
            }
            #subnav .panel-default {
                background: none;
                border: none;
                box-shadow: none;
            }
            #subnav .panel-body:before,
            #subnav .panel-body:after {
                content: "";
            }
            #subnav .panel-heading {
                display: none;
            }
            #subnav .panel-body {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;
                border: none;
                background: none;
                padding: 0px;
                padding-left: -0.25rem;
                padding-right: -0.25rem;
                font-size: 0px;
            }
            #subnav .panel-body li {
                display: inline-block;
            }
            #subnav .panel-body li a {
                position: relative;
                z-index: 1;
                display: block;
                width: 100%;
                padding: 0 1.5em;
                font-size: 1.125rem;
                line-height: 4em;
                color: var(--text);
                transition: all .4s;
            }
            #subnav .panel-body li.on a,
            #subnav .panel-body li a:hover,
            #subnav .panel-body li a:focus {
                font-weight: bold;
                color: var(--colour1);
                background: var(--grey_bg);
            }
            #subnav .panel-body li.on a {
                color: var(--colour1);
                background: var(--grey_bg);
            }
            #subnav .panel-body li a:after {
                content: "";
                position: absolute;
                z-index: -1;
                bottom: 0px;
                left: 0%;
                width: 100%;
                height: 0.1875rem;
                background-color: var(--colour1);
                transition: transform .4s cubic-bezier(.4, 0, .2, 1);
                transform: scaleX(0);
                transform-origin: 100%;
            }
            #subnav .panel-body li a:hover:after,
            #subnav .panel-body li.on a:after {
                content: "";
                transform: scaleX(1);
                transform-origin: 0%;
            }
            /*产品栏目页*/
            .proudct-nav li:hover {
                box-shadow: 0 0 2rem rgba(40, 43, 109, 0.12);
                background: #fff;
            }
            .proudct-nav li:nth-of-type(2n) .img {
                order: 1;
            }
            .proudct-nav li:hover .info>div {
                transform: translate(0%, -1rem);
            }
        }
        
        @media (min-width:1200px) {
            .menu-btn {
                display: none!important;
            }
        }
        
        @media (min-width:1400px) {}
        
        @media screen and (min-width:1600px) {}
        
        @media screen and (max-width:1799.98px) {
            .head-conent {
                padding-right: 0;
            }
            .head-contact {
                font-size: 1.25rem;
            }
            .head-contact .icon {
                font-size: 1.25rem;
            }
        }
        
        @media screen and (max-width: 1599.98px) {
            .head-contact {
                display: none;
            }.product-list li {
                width:33.33%;
            }
        }
        
        @media screen and (max-width: 1399.98px) {
            .head-wap-btn .dropdown {
                display: none;
            }
            .navbar-brand {
                padding: 0 1rem 0 1.5rem;
            }
            #wap-menu .menu-head {
                padding-left: 1.5rem;
            }
            .navbar-expand-lg .navbar-toggler {
                display: block;
            }
            #head .head-wap-btn {
                order: 3;
            }
            #head .navbar-collapse {
                order: 2;
            }
            /*页脚*/
            .foot-feedback {
                display: none;
            }
            .foot-box {
                width: 100%;
            }
            .foot-follow {
                margin-top: 0;
                width: 16.5rem;
            }
            .foot-follow div {
                margin: 0 0 1rem 1rem;
            }
        }
        
        @media screen and (max-width: 1199.98px) {
            /*头部导航*/
            #head .navbar-nav li {
                margin: 0 0.75rem;
            }
            #head .navbar-nav .dropdown-menu>div a {
                width: 25%;
            }
            #head .navbar-nav .dropdown-menu>div img {
                width: 100%;
                max-width: none;
            }
            /*banner*/
            #banner .info .title {
                font-size: 2.5rem;
            }
            #banner .info .subtitle {
                font-size: 2rem;
            }
            #banner .info p {
                font-size: 1.5rem;
            }
            /*内页banner*/
            .inside-banner .info .title {
                font-size: 3rem;
            }
            .inside-banner .info .subtitle {
                font-size: 3rem;
            }
            /*荣誉*/
            .honor-content .right ul li {
                width: 50%;
            }
            /*产品列表*/
            .product-list li {
                width: 33.33%;
            }
            /*图片列表*/
            .picture-list li,
            .picture-list2 li {
                width: 33.33%;
            }
        }
        
        @media screen and (max-width: 991.98px) {
            .wap-body {
                padding-top: var(--head_height);
            }
            /*边距盒子*/
            .padding-box {
                padding-top: 6rem;
                padding-bottom: 6rem;
            }
            .padding-top {
                padding-top: 6rem;
            }
            .padding-bottom {
                padding-bottom: 6rem;
            }
            .small-padding-box {
                padding-top: 4rem;
                padding-bottom: 4rem;
            }
            .small-padding-top {
                padding-top: 4rem;
            }
            .small-padding-bottom {
                padding-bottom: 4rem;
            }
            /*标题*/
             :root {
                --head_height: 4rem;
            }
            h1,
            .h1 {
                font-size: 2.5rem;
            }
            h2,
            .h2 {
                font-size: 2rem;
            }
            h3,
            .h3 {
                font-size: 1.5rem;
            }
            h4,
            .h4 {
                font-size: 1.25rem;
            }
            h5,
            .h5 {
                font-size: 1.125rem;
            }
            h6,
            .h6 {
                font-size: 1rem;
            }
            .top #head {
                margin-top: 0;
                background: #fff;
            }
            .top #head .navbar-nav li>a {
                color: var(--text);
            }
            .top #head .head-wap-btn .dropdown a {
                color: var(--text);
            }
            .top.menu-open #head .navbar-brand,
            .top #head .navbar-brand {
                -webkit-filter: brightness(1) invert(0);
                filter: brightness(1) invert(0);
            }
            .head-conent {
                padding: 0;
            }
            .navbar-brand img {
                height: 65%;
            }
            .head-wap-btn {
                width: 100%;
            }
            .head-btn-search {
                display: none;
            }
            #wap-menu .navbar-nav>li>a {
                font-size: 1rem;
            }
            #wap-menu .menu-head .menu-logo img {
                height: 65%;
            }
            /*banner*/
            #banner .info .title {
                font-size: 1.75rem;
            }
            #banner .info .subtitle {
                font-size: 1.5rem;
            }
            #banner .info p {
                font-size: 1rem;
            }
            #banner .owl-nav i {
                width: 3rem;
                height: 3rem;
                line-height: 3rem;
                font-size: 1.25rem;
            }
            /*标题*/
            .title-box .h1 img {
                height: 3rem;
            }
            .title-box .subtitle {
                font-size: 1.125rem;
            }
            /*数据*/
            .index-data li .num {
                font-size: 1.25rem;
            }
            .index-data li .data {
                font-size: 2.5rem;
            }
            .index-data li .info {
                font-size: 1rem;
            }
            /*关于*/
            .index-about .img {
                width: 100%;
                order: 0;
            }
            .index-about .info {
                margin-top: 2rem;
                width: 100%;
                order: 1;
            }
            /*荣誉*/
            .honor-content .left {
                width: 100%;
                text-align: center;
            }
            .honor-content .left img {
                max-width: 50%;
            }
            .honor-content .right {
                margin-top: 2rem;
                width: 100%;
            }
            /*产品*/
            .index-p-show {
                margin: 2rem 0 1rem;
            }
            .index-p-show .item {
                padding: 0;
            }
            /*定制*/
            .index-customized {
                justify-content: center;
            }
            .index-customized .img {
                margin-bottom: 2rem;
                width: 90%;
            }
            .index-customized .info {
                justify-content: center;
                width: 100%;
                text-align: center;
            }
            .index-customized .info p {
                margin-bottom: 0;
            }
            .index-customized .info .h6 {
                border: none !important;
                margin: 0;
            }
            /*页脚*/
            .foot-box {
                padding: 1rem 0;
            }
            .foot-follow {
                display: none;
            }
            /*内页banner*/
            .inside-banner .info .title {
                font-size: 2.5rem;
            }
            .inside-banner .info .subtitle {
                font-size: 2.5rem;
            }
            /*内页导航*/
            .inside-nav {
                background: var(--grey_bg);
            }
            .inside-nav .container {
                width: 100%;
                padding: 0px;
            }
            #subnav {
                margin: 0px;
            }
            #subnav .panel-default {
                background: none;
                border: none;
                box-shadow: none;
            }
            #subnav .panel-heading {
                padding: 0px;
                border: none;
                background: none;
                color: var(--text);
            }
            #subnav .panel-heading a {
                display: block;
                width: 100%;
                padding: 0 5%;
                font-size: 1rem;
                line-height: 4em;
                font-weight: bold;
                color: #fff;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                background: #2968b2;
                text-transform: Uppercase;
                overflow: hidden;
                transition: all 0.4s;
            }
            #subnav .panel-heading a.collapsed {
                background: none;
                color: var(--text);
            }
            #subnav .panel-heading a b {
                display: inline-block;
                margin-top: 8px;
            }
            #subnav #p-nav1 {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
            }
            #subnav .panel-body {
                padding: 0.25rem 5%;
                margin-bottom: 0.5rem;
                border: none;
                background: var(--grey_bg);
            }
            #subnav .panel-body li a {
                position: relative;
                display: inline-block;
                width: 100%;
                padding: 0px 15px;
                font-size: 14px;
                line-height: 42px;
                color: var(--small_text);
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
                transition: all .3s;
            }
            #subnav .panel-body li:last-child a {
                border-bottom: none;
            }
            #subnav .panel-body li.on a {
                padding-left: 32px;
                color: var(--colour1);
            }
            #subnav .panel-body li a:before {
                content: "";
                position: absolute;
                z-index: 1;
                top: 50%;
                left: 15px;
                width: 7px;
                height: 7px;
                margin-top: -3px;
                background-color: var(--colour1);
                border-radius: 50%;
                opacity: 0;
                transition: all .4s;
            }
            #subnav .panel-body li.on a:before {
                content: "";
                opacity: 1;
            }
            /*关于*/
            #about .info {
                width: 100%;
            }
            .culture-list {
                flex-wrap: wrap;
            }
            .culture-list li {
                margin: 1% 0;
                width: 49%;
            }
            .culture-list li .head span {
                font-size: 1.5rem;
            }
            .culture-list li .head .icon {
                font-size: 2.5rem;
            }
            .course-list li .title {
                font-size: 1.25rem;
            }
            /*产品导航列表*/
            #product .product-nav {
                display: none;
            }
            .product-nav .nav-title a {
                font-size: 1.125rem;
            }
            #product .product-list {
                width: 100%;
            }
            .product-list .head {
                margin-bottom: 1.5rem;
                justify-content: space-between;
                align-items: center;
            }
            #p-menu-btn {
                display: block;
            }
            /*产品详情*/
            #product-img .owl-nav [class*=owl-] {
                top: 30.9vw;
                width: 3.25rem;
                height: 3.25rem;
                line-height: 3.25rem;
                font-size: 1.375rem;
            }
            #product-img .owl-dot {
                width: 4rem;
            }
            #product-img .owl-dots {
                width: 100vw;
                max-width: none;
            }
            .product-d .nav-tabs a {
                padding: 0.75em 2em;
                font-size: 1rem;
            }
            .product-d .tab-content ul li {
                width: 100%;
            }
            .p-service dd {
                width: 100%;
            }
            /*产品翻页*/
            .product-page-box {
                display: none;
                padding-top: 3rem;
                padding-bottom: 3rem;
            }
            .product-page>div {
                width: 100%;
                margin: 0.25rem 0;
            }
            .product-page>div>a {
                padding: 1rem 1.5rem;
            }
            /*模具*/
            #mold-about ul {
                flex-wrap: wrap;
            }
            #mold-about ul li {
                width: 100%;
                margin-bottom: 1rem;
            }
            #mold-case ul {
                flex-wrap: wrap;
            }
            #mold-case ul li {
                margin-bottom: 2rem;
                width: 40%;
            }
            #mold-case ul li:nth-child(4) {
                display: none;
            }
            #mold-case ul li:nth-of-type(2n) {
                width: 15%;
            }
            #mold-case ul li .icon div {
                width: 6rem;
                height: 6rem;
            }
            #mold-case ul li .icon div img {
                width: 2.5rem;
            }
            #mold-rnd li {
                margin-bottom: 2rem;
                width: calc(50% - 1rem);
            }
            .contact-mold {
                border-radius: 0.5rem;
                overflow: hidden;
            }
            .contact-mold a {
                height: 5rem;
                border-radius: 0.5rem;
            }
            .contact-mold span {
                display: block;
                line-height: 2.5rem;
            }
            .contact-mold span:first-child {
                border-radius: 0;
            }
            .contact-mold a span:last-child {
                max-width: 20rem;
                padding: 0 1rem;
            }
            /*服务*/
            .service-list .item {
                margin-bottom: 6vh;
            }
            .service-list .item .left,
            .service-list .item .info {
                width: 100%;
            }
            .service-list .item .left a {
                height: 0;
                padding-bottom: 61.8%;
            }
            .service-list .item .info {
                padding: 2.5rem 2rem;
                min-height: auto;
            }
            .service-list .item .info .subtitle {
                font-size: 1rem;
            }
            .service-list .item .info .text {
                font-size: 0.875rem;
            }
            /*新闻*/
            .news-list li .img {
                order: 0;
                width: 100%;
                overflow: hidden;
            }
            .news-list li .img a {
                display: block;
                height: 0%;
                padding-bottom: 61.8%;
            }
            .news-list li .info {
                padding: 1.5rem 0;
                order: 1;
                width: 100%;
                border-bottom: 1px dashed var(--btn_bg);
            }
            /*新闻详情*/
            /*加入我们*/
            .join-head>div {
                padding: 1.125rem 0;
            }
            .about-info .right {
                width: 100%;
                padding: 3rem 5%;
            }
            .ac-list li .img {
                width: 18rem;
            }
            .ac-list li .info {
                width: calc(100% - 18rem);
                padding: 2.5rem;
            }
            /*反馈*/
            .service-icon {
                margin: 1rem 0;
                width: 4rem;
                height: 4rem;
                line-height: 4rem;
                font-size: 2.25rem;
            }
            /*联系*/
            .contact1 span {
                margin: 0.5rem;
                font-size: 1rem;
            }
            .contact2 ul {
                padding: 1rem 0;
            }
            .contact2 ul li {
                margin: 1rem 0;
                display: flex;
                width: 48%;
            }
            .contact2 ul li .icon {
                margin-bottom: 0;
                margin-right: 1.5rem;
            }
            #map-canvas {
                height: 25rem;
            }
        }
        
        @media screen and (max-width: 767.98px) {
            body {
                padding-bottom: 3rem;
            }
            /*边距盒子*/
            .padding-box {
                padding-top: 5rem;
                padding-bottom: 5rem;
            }
            .padding-top {
                padding-top: 5rem;
            }
            .padding-bottom {
                padding-bottom: 5rem;
            }
            .small-padding-box {
                padding-top: 3.5rem;
                padding-bottom: 3.5rem;
            }
            .small-padding-top {
                padding-top: 3.5rem;
            }
            .small-padding-bottom {
                padding-bottom: 3.5rem;
            }
            /*翻页*/
            .page a {
                margin: 0.25rem;
                width: 2.25rem;
                height: 2.25rem;
                line-height: 2.25rem;
                font-size: 0.875rem;
            }
            .main .page a {
                background: #fff;
            }
            .main .page a.active {
                color: #fff;
                background: var(--text);
            }
            .main .page a.next,
            .main .page a.prev {
                margin: 0.25rem;
                font-size: 0.875rem;
                padding: 0 0.75rem;
            }
             :root {
                --head_height: 3.25rem;
            }
            .head .navbar-collapse {
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
            }
            /*banner*/
            #banner>.more {
                display: none;
            }
            /*数据*/
            .index-data {
                margin-top: 2rem;
                flex-wrap: wrap;
            }
            .index-data li {
                flex: auto;
                padding: 0.5rem;
                width: 50%;
            }
            /*定制*/
            .index-customized .img {
                width: 95%;
                padding: 1rem;
            }
            .owl-carousel.index-c .owl-nav button.owl-prev {
                left: 0;
            }
            .owl-carousel.index-c .owl-nav button.owl-next {
                right: 0;
            }
            /*流程*/
            .index-step {
                display: none;
            }
            /*页脚*/
            .foot-box {
                padding: 0;
            }
            .foot-nav {
                display: none;
            }
            .foot-contact {
                display: block;
            }
            #foot .foot-copyright {
                margin-top: 2rem;
            }
            .wap-bottom {
                opacity: 1;
                visibility: visible;
            }
            /*内页banner*/
            .inside-banner .info .title {
                font-size: 2rem;
            }
            .inside-banner .info .subtitle {
                font-size: 2rem;
            }
            /*关于*/
            .culture-list li {
                width: 100%;
            }
            #course>div {
                padding-left: 2rem;
            }
            /*  荣誉 */
            .honor-content .right ul li {
                width: 100%;
            }
            /*产品详情*/
            /*图片列表*/
            .picture-list li,
            .picture-list2 li {
                width: 50%;
            }
            /*加入我们*/
            .join-head>div {
                padding: 1rem 0;
            }
            .join-head .class,
            .join-head .place,
            .join-head .number {
                display: none;
            }
            .join-head .name {
                width: 70%;
            }
            .join-head .time {
                width: 30%;
            }
            /*联系方式*/
            /*联系*/
        }
        
        @media screen and (max-width: 575.98px) {
            .container {
                width: 100%;
            }
            form button.btn {
                padding: 0 2rem;
                font-size: 0.875rem;
            }
            /**/
            .inside-title .h6,
            .inside-title p {
                max-width: 100%;
            }
            /*产品列表*/
            .product-list li {
                width: 50%;
            }
            /*关于*/
            .news-page a {
                margin-bottom: 0.5rem;
                width: 100%;
            }
            /*新闻*/
            /*反馈*/
            .service-icon {
                display: none;
            }
            /*联系*/
            .ac-list li {
                margin: 1rem 0;
            }
            .ac-list li .img {
                width: 100%;
            }
            .ac-list li .info {
                width: 100%;
                padding: 2rem;
            }
            .contact .contact-infobox {
                padding: 0 1rem;
            }
            .contact2 ul li {
                width: 100%;
            }
        }